home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2008 March
/
MAC_easy_03_08.iso
/
Software
/
Shareware
/
Isolator-3.3.dmg
/
Docs
/
Source Code
/
BlackView.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-06-04
|
246 b
|
19 lines
//
// BlackView.h
// Isolator
//
// Created by Ben Willmore on 08/02/2007.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface BlackView : NSView
{
NSColor* bgColor;
}
-(void) setColor;
@end